home *** CD-ROM | disk | FTP | other *** search
- #
- #
- # Make file for use with Borland's Turbo C (A great development environment)
- # Copyright 1989, Doug Boone
- #
- #
- # If you DON'T have the PAK Toolkit from NoGate Consulting, and are
- # going to SHELL to run pak.exe, remove the '#' signs and use this:
- #
- #fview.exe: fview.obj foscom.obj arc_view.obj unzip.obj
- # tlink /v c:\tc\lib\c0c fview foscom arc_view unzip, fview, fview, c:\tc\lib\cc
- #
- # If you DO have the PAK Toolkit from NoGate Consulting, get out the
- # EXPAND.OBJ, UTILITY.OBJ, and COMPRESS.H files and use this:
- #
-
- fview.exe: fview.obj foscom.obj arc_view.obj unzip.obj unpak.obj expand.obj utility.obj
- tlink c:\tc\lib\c0c fview foscom arc_view unzip unpak expand utility, fview, fview, c:\tc\lib\cc
- #
- #
-
- # If you DON'T have the PAK Toolkit from NoGate Consulting, and are
- # going to SHELL to run pak.exe, remove the '#' signs and use this:
- #
- #fview.obj: fview.c archdr.h fview.h
- # tcc -c -mc -f- -G -DTURBOC -v- fview.c
- #
- # If you DO have the PAK Toolkit from NoGate Consulting, get out the
- # EXPAND.OBJ, UTILITY.OBJ, and COMPRESS.H files and use this:
- #
- fview.obj: fview.c archdr.h fview.h
- tcc -c -mc -f- -G -DTURBOC;PAKIT -v- fview.c
-
- foscom.obj: foscom.c archdr.h
- tcc -c -mc -f- -G -DTURBOC -v- foscom.c
-
- arc_view.obj: arc_view.c archdr.h arc_view.h
- tcc -c -mc -f- -G -DTURBOC -v- arc_view.c
-
- unzip.obj: unzip.c archdr.h unzip.h
- tcc -c -mc -f- -G -DTURBOC -v- unzip.c
- #
- # If you aren't going to use the PAK Toolkit, you don't need this:
- #
- unpak.obj: unpak.c compress.h
- tcc -c -mc -f- -G -DTURBOC -v- unpak.c
-
-